home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00104_Script_SwapSprite < prev    next >
Text File  |  1999-02-25  |  236b  |  11 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite the currentSpriteNum to "twoOrange"
  4.   set the cursor of sprite the currentSpriteNum to [41,42]
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "two"
  9.  
  10. end
  11.